Outline:
. . .
. . .
. . . (board definition, required; whitespace optional)
~ (options separator, required)
string (option, optional)
string (option, optional)


Pieces:
. empty
1 friendly
2 enemy
M mountain
L lake
F forest
P portal


Options:
noFog (disable fog)
noAI (disable AI)
startingPlayerIndex{number} (specify which player should make the first move. 0 = blue)
redTurn (DEPRECATED: specify that red should make the first move)
Tutorial{number} (gets converted into the image name, e.g. Tutorial1.png)


Example:
2 . 2 . 2
. L . M .
P P . . .
. . F . F
1 . 1 . 1
~
noFog
noAI
Tutorial2
